From: Chong Yidong Date: Sat, 14 Mar 2009 17:43:16 +0000 (+0000) Subject: (undo-outer-limit-truncate): Mention that warning-suppress-types is X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1258 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2a1b51d05ec5f1999ff89f911fc2e1f81ebcc1c4;p=emacs.git (undo-outer-limit-truncate): Mention that warning-suppress-types is defined in the warnings library (Bug#2668). --- diff --git a/lisp/simple.el b/lisp/simple.el index d758fc1f0a7..cf4bd434a2d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1980,7 +1980,8 @@ If you did not execute any such command, the situation is probably due to a bug and you should report it. You can disable the popping up of this buffer by adding the entry -\(undo discard-info) to the user option `warning-suppress-types'.\n") +\(undo discard-info) to the user option `warning-suppress-types', +which is defined in the `warnings' library.\n") :warning) (setq buffer-undo-list nil) t))